home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Games / Gloom3demo / misc / script < prev    next >
Text File  |  1997-09-07  |  1KB  |  87 lines

  1. ;
  2. ;
  3. ;script for Gloom 3:Zombie Edition game
  4. ;           By Gareth Murfin
  5. ;
  6. ; Stage One   - The Underground Storage Units
  7. ; Stage Two   - The Scientists Labs
  8. ; Stage Three - The Underground Tunnels
  9. ; Stage Four  - The Living Quarters
  10. ; Stage Five  - The Civillian Car Park
  11. ; Stage Six   - The Mall
  12. ; Stage Seven - The Military Base
  13. ; Final Room  - The Gallery
  14. ;
  15.  
  16. pict_storage
  17.  
  18. tile_5
  19.  
  20. draw_
  21. show_
  22. text_Welcome to the contaminated underground storage units....
  23. wait_
  24. dark_
  25. play_map1a
  26.  
  27. rest_Scientists Labs
  28.  
  29. pict_labs
  30.  
  31. tile_4
  32.  
  33. draw_
  34. show_
  35. text_Welcome to the science labs. Watch out for the ex scientists..
  36. wait_
  37. dark_
  38. play_map2a
  39.  
  40. rest_Underground Tunnels
  41.  
  42. pict_Tunnel
  43.  
  44. tile_6
  45.  
  46. draw_
  47. show_
  48. text_Welcome to the Underground tunnels!!
  49. wait_
  50. dark_
  51. play_map3a
  52.  
  53. rest_Living Quarters
  54.  
  55. pict_living
  56.  
  57. tile_7
  58.  
  59. draw_
  60. show_
  61. text_Welcome to the old living quarters....
  62. wait_
  63. dark_
  64. play_map4a
  65.  
  66. rest_Civillian Car parks
  67.  
  68. pict_carpark
  69.  
  70. tile_8
  71.  
  72. draw_
  73. show_
  74. text_Welcome to the civillian car park....
  75. wait_
  76. dark_
  77. play_map5a
  78.  
  79.  
  80. pict_theend
  81. draw_
  82. show_
  83. text_Well done!                    .
  84. wait_
  85. done_
  86.  
  87.